home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / MurrinaBleu / gtk-2.0 / gtkrc
Text File  |  2009-03-19  |  7KB  |  270 lines

  1. #MurrinaBleu theme by Yves-Alexis Perez <corsac@corsac.net>
  2. #This is is under GPLv2, see COPYING for details.
  3.  
  4. style "theme-default"
  5. {
  6.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  7.   GtkRange       ::trough_border     = 0
  8.   GtkPaned       ::handle_size       = 6
  9.   GtkRange       ::slider_width      = 15
  10.   GtkRange       ::stepper_size      = 15
  11.  
  12.   GtkScrollbar   ::min_slider_length = 30
  13.   GtkCheckButton ::indicator_size    = 14
  14.   GtkMenuBar     ::internal-padding  = 0
  15.   GtkTreeView    ::expander_size     = 14
  16.   GtkExpander    ::expander_size     = 16
  17.   GtkScale       ::slider-length     = 24
  18.   
  19.   xthickness = 1
  20.   ythickness = 1
  21.  
  22.  
  23.     fg[NORMAL]        = "#000000"
  24.     fg[PRELIGHT]        = "#000000"
  25.     fg[ACTIVE]        = "#4b6785"
  26.     fg[SELECTED]        = "#FFFFFF"
  27.     fg[INSENSITIVE]        = "#8793A0"
  28.  
  29.     bg[NORMAL]        = "#e4e4e4"
  30.     bg[PRELIGHT]        = "#F1F1F1"
  31.     bg[ACTIVE]        = "#c6c6c6"
  32.     #bg[SELECTED]        = "#A7BED5" #background titlebar color
  33.     #bg[SELECTED]        = "#809BBE"
  34.     bg[SELECTED]        = "#6A8EAF"
  35.     bg[INSENSITIVE]        = "#E8E8E8"
  36.  
  37.     base[NORMAL]        = "#F8F8F8"
  38.     base[PRELIGHT]        = "#97afc7"
  39.     base[ACTIVE]        = "#BEBEBE"
  40.     base[SELECTED]        = "#97afc7"
  41.     base[INSENSITIVE]    = "#B0B0B0"
  42.  
  43.     text[NORMAL]        = "#000000"
  44.     text[PRELIGHT]        = "#000000"
  45.     text[ACTIVE]        = "#4b6785"
  46.     text[SELECTED]        = "#FFFFFF"
  47.     text[INSENSITIVE]    = "#8793A0"
  48.  
  49. #original
  50. #  fg[NORMAL]        = "#222222"
  51. #  fg[PRELIGHT]      = "#222222"
  52. #  fg[SELECTED]      = "#ffffff"
  53. #  fg[ACTIVE]        = "#505050"
  54. #  fg[INSENSITIVE]   = "#b5b3ac"
  55. #
  56. #  bg[NORMAL]        = "#e7e7e7"
  57. #  bg[PRELIGHT]      = "#efefef"
  58. #  bg[SELECTED]        = "#a3b8cc"
  59. #  bg[INSENSITIVE]   = "#efefef"
  60. #  bg[ACTIVE]        = "#f5f5f5" # this (strangely) controls inactive tab BGs
  61. #
  62. #  base[NORMAL]      = "#ffffff"
  63. #  base[PRELIGHT]    = "#6590b8"
  64. #  base[ACTIVE]      = "#A7BED5"
  65. #  base[SELECTED]    = "#E6B68A"
  66. #  base[INSENSITIVE] = "#e8e8e8"
  67. #
  68. #  text[NORMAL]      = "#505050"
  69. #  text[PRELIGHT]    = "#505050"
  70. #  text[ACTIVE]      = "#505050"
  71. #  text[SELECTED]    = "#ffffff"
  72. #  text[INSENSITIVE] = "#b5b5b5"
  73.  
  74. engine "murrine" 
  75. {
  76.     glazestyle = 1 # 0 = flat hilight, 1 = curved hilight, 2 = concave style, 3 = top curved hilight, 4 = beryl style
  77.     roundness = 3 # 0 = squared, 1 = old default, more will increase roundness
  78.     menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
  79.     menuitemstyle = 0 # 0 = flat, 1 = glassy, 2 = striped
  80.     menubaritemstyle = 0 # 0 = menuitem look, 1 = button look
  81.     listviewheaderstyle = 2 # 0 = flat, 1 = glassy, 2 = raised
  82.     listviewstyle = 1 # 0 = nothing, 1 = dotted
  83.     scrollbarstyle = 5 # Enable or disable circles, stripes, handles
  84.     animation = TRUE # FALSE = disabled, TRUE = enabled
  85.     scrollbar_color    = "#A7BED5"
  86.     highlight_shade     = 0.909090
  87.     contrast    = 1.0
  88. }
  89. }
  90.  
  91.  
  92. style "theme-wide" = "theme-default"
  93. {
  94.   xthickness = 2
  95.   ythickness = 2
  96. }
  97.  
  98. style "theme-wider" = "theme-default"
  99. {
  100.   xthickness = 3
  101.   ythickness = 3
  102. }
  103.  
  104. style "theme-entry" = "theme-wider"
  105. {
  106.   bg[SELECTED]        = "#7487B4"
  107. }
  108.  
  109. style "theme-button" = "theme-wider"
  110. {
  111. #  bg[NORMAL]        = "#f6f4f1"
  112. #  bg[INSENSITIVE]   = "#f2efeb"
  113. #  bg[PRELIGHT]      = "#faf9f8"
  114.  
  115.   bg[NORMAL]        = "#f2f2f2"
  116.   bg[INSENSITIVE]   = "#f0f0f0"
  117. #  bg[PRELIGHT]      = "#A7BED5"
  118.   bg[PRELIGHT]      = "#faf9f8"
  119. #  bg[ACTIVE]        = "#f4f4f4"
  120.  
  121. }
  122.  
  123. style "theme-notebook" = "theme-wide"
  124. {
  125.   bg[NORMAL]      = "#efefef"
  126.   bg[INSENSITIVE] = "#efefef"
  127.   bg[SELECTED]    = "#A7BED5"
  128. }
  129.  
  130. style "theme-tasklist" = "theme-default"
  131. {
  132.   xthickness = 5
  133.   ythickness = 3
  134. }
  135.  
  136. style "theme-menu" = "theme-default"
  137. {
  138.   xthickness = 2
  139.   ythickness = 1
  140. }
  141.  
  142. style "theme-menu-item" = "theme-default"
  143. {
  144.   ythickness = 3
  145. #  fg[NORMAL] = "#505050"
  146. #  fg[PRELIGHT] = "#ffffff"
  147. #  text[PRELIGHT] = "#505050"
  148. }
  149.  
  150. style "theme-menubar" = "theme-default"
  151. {
  152.   #bg[NORMAL] = "#A7BED5"
  153.   #fg[NORMAL] = "#505050"
  154.   #fg[ACTIVE] = "#505050"
  155.   text[NORMAL] = "#505050"
  156.   text[PRELIGHT] = "#505050"
  157.   base[PRELIGHT] = "#63E62E"
  158.   base[SELECTED] = "#4DB224"
  159. }
  160.  
  161. style "theme-menubar-item"
  162. {
  163.     ythickness = 4
  164.     fg[PRELIGHT] = "#505050"
  165.     bg[PRELIGHT] = "#A7BED5"
  166. }
  167.  
  168. style "theme-tree" = "theme-default"
  169. {
  170.   xthickness = 2
  171.   ythickness = 2
  172. bg[NORMAL]        = "#f2f2f2"
  173. bg[ACTIVE]        = "#BEBEBE"
  174. bg[SELECTED]        = "#97afc7"
  175. fg[ACTIVE]        = "#4b6785"
  176. fg[SELECTED]        = "#FFFFFF"
  177. GtkTreeView::odd_row_color = "#EEEEEE"
  178. GtkTreeView::even_row_color = "#ffffff"
  179. }
  180.  
  181. style "theme-frame-title" = "theme-default"
  182. {
  183.   fg[NORMAL] = "#404040"
  184. }
  185.  
  186. style "theme-tooltips" = "theme-default"
  187. {
  188.   xthickness = 4
  189.   ythickness = 4
  190.   bg[NORMAL] = "#A7BED5"
  191. }
  192.  
  193. style "theme-progressbar" = "theme-wide"
  194. {
  195.   xthickness = 1
  196.   ythickness = 1
  197.   #fg[PRELIGHT]  = "#ffffff"
  198. }
  199.  
  200. style "theme-combo" = "theme-button"
  201. {
  202. }
  203.  
  204. #Don't animate panel plugin progress bars
  205. style "panel"
  206. {
  207.     engine "murrine"
  208.         { animation=FALSE }
  209. }
  210. style "metacity-frame"
  211. {
  212.   # Normal base color
  213.   #bg[NORMAL]  = "#bbbbbb"
  214.  
  215.   # Unfocused title background color
  216.   #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }
  217.  
  218.   # Unfocused title text color
  219.   #fg[INSENSITIVE]  = { 1.55, 1.55, 1.55 }
  220.  
  221.   # Focused icon color
  222.   #fg[NORMAL]  = { 0.2, 0.2, 0.2 }
  223.  
  224.   # Focused title background color
  225.   #bg[SELECTED]  = "#444444"
  226.   #base[ACTIVE]  = "#f2f2f2"
  227.  
  228.   # Focused title text color
  229.   #fg[SELECTED]  = "#ffffff"
  230. }
  231. class "MetaFrames"       style "metacity-frame"
  232. class "GtkWindow"      style "metacity-frame"
  233.  
  234. # widget styles
  235. class "GtkWidget"      style "theme-default"
  236. class "GtkButton"      style "theme-button"
  237. class "GtkScale"       style "theme-button"
  238. class "GtkCombo"       style "theme-button"
  239. class "GtkRange"       style "theme-wide"
  240. class "GtkFrame"       style "theme-wide"
  241. class "GtkMenu"        style "theme-menu"
  242. class "GtkEntry"       style "theme-entry"
  243. class "GtkMenuItem"    style "theme-menu-item"
  244. class "GtkNotebook"    style "theme-notebook"
  245. class "GtkProgressBar" style "theme-progressbar"
  246. class "*MenuBar*"      style "theme-menubar"
  247.  
  248. widget_class "*MenuItem.*" style "theme-menu-item"
  249. widget_class "*MenuBar.*"  style "theme-menubar-item"
  250.  
  251. # combobox stuff
  252. widget_class "*.GtkComboBox.GtkButton" style "theme-combo"
  253. widget_class "*.GtkCombo.GtkButton"    style "theme-combo"
  254. # tooltips stuff
  255. widget_class "*.tooltips.*.GtkToggleButton" style "theme-tasklist"
  256. widget "gtk-tooltips" style "theme-tooltips"
  257.  
  258. # treeview stuff
  259. widget_class "*.GtkTreeView.GtkButton" style "theme-tree"
  260. widget_class "*.GtkCTree.GtkButton" style "theme-tree"
  261. widget_class "*.GtkList.GtkButton" style "theme-tree"
  262. widget_class "*.GtkCList.GtkButton" style "theme-tree"
  263. widget_class "*.GtkFrame.GtkLabel" style "theme-frame-title"
  264.  
  265. # notebook stuff
  266. widget_class "*.GtkNotebook.*.GtkEventBox" style "theme-notebook"
  267. widget_class "*.GtkNotebook.*.GtkViewport" style "theme-notebook"
  268. widget_class "*.ETree.*" style "theme-tree"
  269. widget "*Xfce*Panel*" style "panel"
  270.